From: Andreas Schwab Date: Sun, 1 Dec 2002 23:15:37 +0000 (+0000) Subject: (show-paren-mismatch-face): Fix face spec. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~54309 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2e8f6012054418114d7ee060da33ddee46322b32;p=emacs.git (show-paren-mismatch-face): Fix face spec. --- diff --git a/lisp/paren.el b/lisp/paren.el index bb574f7aec2..a88c1f39857 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -86,7 +86,7 @@ otherwise)." (defface show-paren-mismatch-face '((((class color)) (:foreground "white" :background "purple")) - (t (:reverse-video t))) + (t (:inverse-video t))) "Show Paren mode face used for a mismatching paren." :group 'faces :group 'paren-showing)